| Power Failure and Fisa Programmer | ![]() |
How current situation is saved
The Fisa Programming Unit (also called Programmer) is the blue box that can be mounted inside the control cabinet or on a wall or on the machine.
The Programmer uses a non-volatile memory (EEPROM).
After a power failure, the Robot can restart exactly on the instruction that was being executed at the time of the power failure and continue the cleaning program.
For this purpose several parameters are constantly updated in memory:
Current Instruction and Call Stack
In order to continue with what was being done, the current instruction and its call stack are memorized.
Contents of the Historic Register
This is the register that mirrors the contents of the basket positions in the machine.
The value represents the basket code in a position.
State of physical Outputs
If a pump was activated at the power failure, it will be restarted when the Programmer is powered on again.
The behaviour for a timed Output is different, see below.
State of physical Inputs
The state of physical inputs is not governed by the Programmer so they are not memorized.
At repowering these inputs will respond depending on the status of the machine.
State of virtual Outputs
In versions preceding 11.01 of the Programmer the virtual Outputs (and its corresponding Inputs) are used as Flags.
The state of these virtual IOs is restored on powering up the Programmer again.
For timed outputs see below.
NOTE:
The separation between local and shared physical IOs as well as local and shared virtual IOs is defined by configuration parameters:
'Number of Inputs' (also called Config Inputs) and 'Number of Outputs' (also called Config Outputs).
Configuration Parameters
Flags
Starting from version 11.01 we have 64 Flags that can be used in the same way as the virtual IOs defined for precedent versions of the Programmer.
NOTE:
The separation between shared and local flags is defined by the configuration parameter 'Common Flags'.
Timers, timed Flags
No residual times are are memorized for timers or timed Flags.
This has the effect that all times are counted as elapsed at a power failure.
This means that a Timer (eg for minimum residence time) will be reset after a power failure and the basket will be taken out even if the real time has not elapsed.
A Flag nn activated for 10 minutes (Timed Flag ON nn min 10 sec 00) will always find itself OFF after repowering the Programmer.
Another example:
a Flag nn deactivated for 20 minutes (Timed Flag OFF nn min 20 sec 00) will be activated, ON, at repowering.
Timed Outputs
Residual times at the moment of power failure are memorized for all outputs.
For instance, an ultrasound (output nn) activated for 5 minutes (TL nn min 05 sec 00,0) will remain, after repowering, ON for the memorized residual time.
The same applies for a virtual Output nn (used as flag) that was activated for 30 minutes (TL nn min 30 sec 00), 10 minutes before a power failure which lasted 1 hour.
After repowering the robot this Output nn remains activated for 20 minutes before being deactivated.
Other parameters
The Current Program, Next Program and the value of the Code Cell are all restored on repowering the Programmer.
Forced Restart
A forced start after repowering (Shift + Start) will reset all the memorized parameters.
This could be useful for instance if the machine has been emptied manually after a power failure, and there is no need to continue the cleaning program where it was interrupted.
NOTE:
Two or more robots in dialogue Master Slave require restart of each one of them in order to guarantee the reset of all shared outputs and flags.